home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 7 B / CHIP_HITWARE_7B.iso / Gry / Funny Ball / Funny.exe / 0 / RCDATA / TMAINFORM / TMAINFORM.txt
Encoding:
Text File  |  1999-10-23  |  845 b   |  40 lines

  1. object MainForm: TMainForm
  2.   Left = 224
  3.   Top = 102
  4.   Cursor = crHandPoint
  5.   BorderIcons = [biSystemMenu, biMinimize]
  6.   BorderStyle = bsSingle
  7.   Caption = 'FUNNY BALL'
  8.   ClientHeight = 440
  9.   ClientWidth = 550
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -14
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   PrintScale = poNone
  17.   Scaled = False
  18.   Visible = True
  19.   OnClose = FormClose
  20.   OnCreate = FormCreate
  21.   OnMouseDown = FormMouseDown
  22.   OnMouseUp = FormMouseUp
  23.   OnPaint = FormPaint
  24.   PixelsPerInch = 96
  25.   TextHeight = 16
  26.   object Timer1: TcsHiResTimer
  27.     Enabled = False
  28.     Interval = 33
  29.     Resolution = 33
  30.     OnTimer = Timer1Timer
  31.   end
  32.   object Timer2: TcsHiResTimer
  33.     Enabled = False
  34.     Interval = 70
  35.     Resolution = 70
  36.     OnTimer = Timer2Timer
  37.     Left = 30
  38.   end
  39. end
  40.